home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / progrmng / exmpldrw.sit / For THINK Pascal 3.0 / THINK Diffs / UExampleDraw.inc1.p.diff next >
Encoding:
Text File  |  1990-06-19  |  727 b   |  18 lines  |  [TEXT/MPS ]

  1. File #1: :UExampleDraw.inc1.p
  2. File #2: :MPW Source:UExampleDraw.inc1.p
  3.  
  4. Extra lines in 1st before 64 in 2nd (File ":UExampleDraw.inc1.p"; Line 64:65; File ":MPW Source:UExampleDraw.inc1.p"; Line ╞64)
  5.   64        kPatArraySize       =   kPats-1;
  6.   65        kSizeArraySize      =   kSizes-1;
  7.  
  8.  
  9. Nonmatching lines (File ":UExampleDraw.inc1.p"; Line 68:69; File ":MPW Source:UExampleDraw.inc1.p"; Line 66:67)
  10.   68        gPatterns:              ARRAY[0..kPatArraySize] OF TQuickDrawPattern;
  11.   69        gSizes:                 ARRAY[0..kSizeArraySize] OF Point;
  12.  
  13.   66        gPatterns:              ARRAY[0..kPats-1] OF TQuickDrawPattern;
  14.   67        gSizes:                 ARRAY[0..kSizes-1] OF Point;
  15.  
  16.  
  17. *** EOF on both files at the same time ***
  18.